* GtkSettings:gtk-print-preview-command:
*
* A command to run for displaying the print preview. The command
- * should contain a %f placeholder, which will get replaced by
- * the path to the pdf file. The command may also contain a %s
+ * should contain a <literal>%f</literal> placeholder, which will get replaced by
+ * the path to the pdf file. The command may also contain a <literal>%s</literal>
* placeholder, which will get replaced by the path to a file
* containing the print settings in the format produced by
* gtk_print_settings_to_file().
* A #GtkRcPropertyParser for use with gtk_settings_install_property_parser()
* or gtk_widget_class_install_style_property_parser() which parses a
* color given either by its name or in the form
- * <literal>{ red, green, blue }</literal> where %red, %green and
- * %blue are integers between 0 and 65535 or floating-point numbers
+ * <literal>{ red, green, blue }</literal> where red, green and
+ * blue are integers between 0 and 65535 or floating-point numbers
* between 0 and 1.
*
* Return value: %TRUE if @gstring could be parsed and @property_value
* or gtk_widget_class_install_style_property_parser() which parses
* borders in the form
* <literal>"{ left, right, top, bottom }"</literal> for integers
- * %left, %right, %top and %bottom.
+ * left, right, top and bottom.
*
* Return value: %TRUE if @gstring could be parsed and @property_value
* has been set to the resulting #GtkBorder.